Autogenerated HTML docs for v1.8.3.1-377-g4d1c5 
diff --git a/git-config.html b/git-config.html index 8097cbe..d463059 100644 --- a/git-config.html +++ b/git-config.html 
@@ -5098,6 +5098,19 @@  </p>   </dd>   <dt class="hdlist1">  +rebase.autostash  +</dt>  +<dd>  +<p>  + When set to true, automatically create a temporary stash  + before the operation begins, and apply it after the operation  + ends. This means that you can run rebase on a dirty worktree.  + However, use with care: the final stash application after a  + successful rebase might result in non-trivial conflicts.  + Defaults to false.  +</p>  +</dd>  +<dt class="hdlist1">   receive.autogc   </dt>   <dd>